home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5795 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  938 b 

  1. Path: nntp.coast.net!torn!nott!cunews!wabakimi!abelo
  2. From: abelo@chat.carleton.ca (Andrew Belo)
  3. Newsgroups: comp.lang.c
  4. Subject: Does C have Dictionarys like smalltalk does?
  5. Date: 21 Feb 1996 06:14:37 GMT
  6. Organization: Carleton University, Ottawa, Canada
  7. Message-ID: <4ged8d$8dv@bertrand.ccs.carleton.ca>
  8. NNTP-Posting-Host: wabakimi.carleton.ca
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11.  
  12. I am trying to make a program that takes a name and phone number and
  13. "links" them together and stores the name, number and link in a file.  In
  14. smalltalk I would be able to use a dictionary that associates 2 objects
  15. together I was wondering if there were similar structures in C.  My
  16. program is for MS-Dos and I am compiling using Borland C++ v4.5.  I am
  17. only a beginer in C so any code that is commented would be of great help. 
  18. If you think that you can help me but need the code I would be more than
  19. willing to send it to you via e-mail!
  20.  
  21. Thanx
  22. Andrew
  23.  
  24.